You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file. 然后就可以使用这个返回的指针来配置这个虚拟文件的其他参数,例如在对该文件执行读操作时应该调用的函数。
In earlier versions, it changes the return value of the generated function in_word_set() from its default Boolean value ( that is, 0 or1) to the pointer to wordlist array type. 在早期版本中,它将生成的函数inwordset()返回的默认布尔值(即0或1)修改为pointertowordlistarray类型。
Otherwise, it will return the pointer you provided. 否则,它将返回您给出的指针。
Dlsym return a pointer to the requested entry point dlsym返回一个指向被请求入口点的指针
After the function has been completed, the return pointer is used to go back to the original location and the program can continue. 当完成该函数之后,使用返回指针回到原来的位置并继续程序。
When you're done, release the Shift key, and you return to the normal pointer. 当您完成时,释放Shift键,鼠标将返回到正常指针状态。
The return value is a pointer to the buffer allocated for the message. A NULL return indicates the message allocation operation failed. 返回值是为信息分配的缓冲区的指针。如果是NULL表明信息分配操作失败。
If the function succeeds, the return value is a pointer to the first byte of the memory block. 每一个内存块的内在结构中包含一个初始值为零的锁定计数器。
This allows a lookup to return a pointer to the object without the need to marshall the object to or from different data formats, or access it over the wire. 这就允许检索返回对象指针,而不需要在不同数据格式之间暗地转换对象,或者通过连线去操作对象。
FPW detects the overwriting to return address in real time by monitoring the previous frame pointer in stack. FPW通过监视前帧指针来实时检测对函数返回地址的溢出攻击。